home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / sounds / tools / startracker-1.2.lha / NTSC-PAL.doc < prev    next >
Text File  |  1990-05-22  |  6KB  |  151 lines

  1.  
  2.  
  3.                                NTSC/PAL 1.0
  4.                        BootNTSC/BootPAL 1.0 User Manual
  5.  
  6.                                  Mar 3, 1990
  7.  
  8.  
  9.  
  10. Preface
  11. =======
  12.  
  13.      These programs are public domain, source code is included. You are free
  14. to use/change it as long as you leave my copyright notice intact.  If you do
  15. make some nice improvements I'd like to hear about them, so please let me
  16. know.  You can distribute these programs as long as you don't ask any more
  17. money for it than a nominal fee for copying, and if you keep this document
  18. with them.  If you want to include this program in a commercial product you
  19. need my written permission.
  20.      The source is in assembler and is ready to be assembled by DevPac.  It
  21. should be no problem at all to get it to assemble under another assembler.
  22.      If you have suggestions or remarks about these programs, or if you find
  23. any bugs, please let me know.
  24.  
  25.      Write to the following address:
  26.  
  27.                                 Nico François
  28.                                 Corbielaan 13
  29.                              3060 Bertem BELGIUM
  30.  
  31.  
  32. Contents
  33. ========
  34.  
  35. 1. An introduction
  36.  
  37. 2. Usage of BootPAL and BootNTSC
  38.  
  39. 3. The NTSC and PAL utilities
  40.  
  41. 4. ECS Agnus
  42.  
  43.  
  44. 1. An introduction
  45. ==================
  46.  
  47.      I am now the proud owner of a brand new A2000, I kicked out my A500 (It
  48. has served me well :-) and scraped all my money together to buy this great
  49. machine.  But why am I telling you this ?  Well, the new A500/A2000 has got
  50. the new ECS 1Mb Agnus installed.  As most of you will know the main advantages
  51. of this chip is that it can access 1Mb of CHIP memory and that it can blit
  52. larger memory blocks (32Kx32K).  But there is one other difference with the
  53. old agnus:  the new agnus is the same in the PAL and NTSC machines.  A
  54. question that leaps to mind is 'Can you switch between PAL and NTSC ???'.  The
  55. answer is YES !!!  At least, from PAL to NTSC is possible, the other way
  56. around I've not been able to check, but as long as your monitor can cope with
  57. it it should work !  I hope some NTSC users can confirm this.
  58.      The advantage to NTSC users should be obvious, the PAL display is much
  59. larger and gives a better quality picture.  The advantage to PAL programmers
  60. is that they can test-run their programs on a real NTSC machine to see if
  61. they'll work.  Another advantage is that you can play games in NTSC so they
  62. will fill the entire screen !  No more screen distortion !  And last but not
  63. least interlace flicker is less in NTSC than in PAL. (30 frames per second
  64. instead of 25 !)
  65.      Source code is included and shows how to install resident programs in a
  66. clean way so you can install multiple redident utilities. Of course it also
  67. shows how to make your Agnus change over from PAL to NTSC or vice versa, I
  68. think you will be surprised how easy it is :-D !
  69.  
  70.  
  71. 2. Usage of BootPAL and BootNTSC
  72. ================================
  73.  
  74.      BootNTSC/BootPAL can only be used from CLI, use it like this:
  75.  
  76.      PAL Amigas:
  77.  
  78.      '1> BootNTSC INSTALL'
  79.  
  80.      to install the NTSC romtag. The next time you reboot your machine will
  81.      be an NTSC machine !!  This works like a charm on my Commodore 1084S, I
  82.      hope it works on other monitors as well.
  83.  
  84.      NTSC Amigas:
  85.  
  86.      '1> BootPAL INSTALL'
  87.  
  88.      This will install a PAL romtag. Reboot and keep your fingers crossed,
  89.      your machine should boot up in PAL.
  90.  
  91.      To get your machine to behave normally again type:
  92.  
  93.      '1> BootNTSC REMOVE' (PAL)   or  '1> BootPAL REMOVE' (NTSC)
  94.  
  95.      and reboot.
  96.  
  97. NOTE:  - Once installed the program will survive multiple reboots unless it is
  98.          removed by memory corruption. (Like after a crash or after playing a
  99.          game)
  100.        - It works just fine with the 1.3 RAD ramdisk. (Unlike other rebootable
  101.          programs)
  102.  
  103.  
  104. 3. The NTSC and PAL utilities
  105. =============================
  106.  
  107.      These two little programs are ideal to be put in the startup-sequence of
  108. games (and other programs ?).  They will make your Amiga switch over to NTSC
  109. or PAL immediately.  They will not change the size of the WorkBench screen,
  110. but they will make the Amiga think it is a PAL or NTSC machine from their
  111. execution on.
  112.      Note that you will get very strange effects when you switch over to NTSC
  113. on a PAL Amiga with the WorkBench screen in front. This is because the
  114. WorkBench was opened on a PAL Amiga and will use a copperlist the NTSC Amiga
  115. won't understand. As far as I know this is completely harmless however.
  116.      Use these little utilities like this:
  117.  
  118.      '1> NTSC' to switch PAL->NTSC      '1> PAL' to switch NTSC->PAL
  119.  
  120.  
  121. 4. ECS Agnus
  122. ============
  123.  
  124.      This new Agnus chip is in all the new Amigas (A500 or A2000) or can be
  125. bought seperately and fitted yourself in your A500 (Rev 4+) or A2000
  126. (Rev B4.4+). (I am not absolutely sure about these numbers, check with your
  127. Amiga dealer).  Fitting it is worth it, not only can you run this program :-),
  128. but you have 1Mb CHIP RAM and a more powerful blitter !
  129.  
  130.  
  131.                            As always, I hope you find this program useful !
  132.  
  133.  
  134.                               PROGRAM HISTORY:
  135.  
  136. *****************************************************************************
  137. VERSION 1.0
  138.  
  139.      First release.
  140.  
  141. *****************************************************************************
  142.  
  143. NTSC/PAL 1.0
  144. BootNTSC/BootPAL 1.0 written by Nico François (Yes, Nico is my first name :-)
  145.  
  146. (c) 1990 Nico François / PowerPeak
  147.  
  148.                                    //
  149.                        Thanks to \X/ Amiga for being the best computer ever !
  150.  
  151.